home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / SEMAIL.DCR / 00349.ls < prev    next >
Encoding:
Text File  |  1999-12-02  |  120 b   |  8 lines

  1. on checkPassword
  2.   if the text of member "field_password" = "action" then
  3.     return 1
  4.   else
  5.     return 0
  6.   end if
  7. end
  8.